ModelingTable

Table definition in a model, contains table schema, name, columns, etc.

API Section: Objects

Type: Object

Properties

Name

Description

Required

Type

Format

tableId

The table's system ID

-

string

uuid

displayName

The table's display name

-

string

description

The tables's description

-

string

modelingColumns

List of columns in this table

-

ModelingColumn [ ]

modelingMeasures

List of measures in this table

-

ModelingMeasure [ ]

modelingHierarchies

List of hierarchies in this table

-

ModelingHierarchy [ ]

uniqueName

Unique identifier of this table

-

string

schemaName

Schema name in the source database

-

string

sourceTableName

Tables name in the source database

-

string

isVisible

Visible in the relationship diagram

-

boolean

primaryKeyColumnUniqueName

Unique identifier of the primary key column of this table

-

string

measureGroups

List of measure group ids

-

array

customQuery

If this tables is based on a query, instead of schema and table name

-

string

modelingTableType

Table type

-

ModelingTableType

modelAttributeType

-

ModelAttributeType